home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 May
/
Macworld (1999-05).dmg
/
Shareware World
/
Graphics
/
Geo3D 1.2.1
/
Sample Scripts
/
Animation
next >
Wrap
Text File
|
1998-12-17
|
237b
|
12 lines
tell application "Geo3D"
activate
make new document
set x to import animation from file ":Sample Scripts:Demo.geo"
if x > 0 then -- 0: error
play
repeat with x from 1 to x -- slower
go to frame x
end repeat
end if
end tell